// ۰ʤi Add by FPE 2006-01-22 QQ:5454062
prontera.gat,116,72,0	script	۰ʤi	-1,{
OnMinute00:
OnMinute05:
OnMinute10:
OnMinute15:
OnMinute20:
OnMinute25:
OnMinute30:
OnMinute35:
OnMinute40:
OnMinute45:
OnMinute50:
OnMinute55:
	callfunc "auto_notices";
	end;

OnInit:
//]m۰ʤi
	set $@notices_i,0;
	setarray $@notices$,
	"i{ǻjRagnarok Jathena++ Copyright 2005-2008",
	"iHjJathena++ [MySQL/MSSQL/Access]",
	"ijpAеXBëOYɧʡAۦǳƪŶC",
	"iKdƶj{ǥJathenaإ߬[cðѦҳEA\i׭qXAåB[JCA}OHݮeCA}A[J@ǯS\A\N_XiC{ǶȨѴաBsA@̤ϥΥnҳyltdC",
	"i޳Njhttp://www.foxofice.net/",
	"ЦbѵfJ/h/helpdݬާ@OA/tipRO}pZ!";
	end;
}

function	script	auto_notices	{
	set $@temp_notice$,$@notices$[$@notices_i];
	announce $@temp_notice$,0,0xBEB4FC;
	if($@notices_i==getarraysize($@notices$)-1) set $@notices_i,0;
	else set $@notices_i,$@notices_i+1;
	end;
}